/*********************************************************/
/* This site was created by NWA Services				 */	
/* For information contact us at:  					 	 */
/*					Email: info@nwaservices.nl			 */
/*					Phone: +31(0)73 551 8008			 */
/*********************************************************/

/* Dit is een standaard CSS om de beginwaarde vast te leggen*/

body {
	margin-left: 20px;
	margin-right: 20px;
	background-color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	color: white;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
	min-height: 500px;
	/* width:700px; */
	background-color:#FF0000;
	margin-top: 0px ;
	margin-bottom: 0px;
	margin-left: 20%;
	margin-right: 20%;
}

.sidenav {
	padding-top: 20px;
    background-color: #dedede;
    height: 100%;
}
    
img.logo { width: 650px; }    

/* Set FOOTER color */
footer {
    color: #FFFFFF;
    padding: 15px;
}
 
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 768px) {
	.row.content { height: auto; }
	img.logo { max-width: 100%; }
}

@media screen and (max-width: 320px) {
	.row.content { height: auto; }
	img.logo { max-width: 200px; }
}
